How to enable and disable automatic locking of a transfer out code for a domain, if there is an unpaid invoice connected to it.
Overview
For a transfer out code for the domain to be generated, the invoices for the domain need to be paid. If there is any unpaid invoices for the domain name, the transfer out code generation option becomes unavailable to the customer. This feature is turned off by default.
Turning on or off the generation of a transfer out code
- Open the configuration file for Atomia.Web.Plugin.Domains.DomainManager.Core plugin. It is located at the following location: C:\Program Files (x86)\Atomia\HostingControlPanel\bin\Atomia.Web.Plugin.Domains.DomainManager.Core.dll.config
- Apply the following settings to AuthCodeForUnpaidDomains:
- If you don’t want the system to allow the customer to generate transfer out code if he has an unpaid invoice for that domain name, set AuthCodeForUnpaidDomains to false.
<pluginSetting name="AuthCodeForUnpaidDomains" value="true"/>